* {
  margin: 0%;
  padding: 0%;
  font-family: Quicksand;
}

body{
  background-image: url(authSIe2.jpg);
  width: 100%;
  height: 100vh;
  /* background-repeat: no-repeat; */
}


#MainRegisterPage {
  display: none;
  position: relative;
  left: 18%; 
  width: fit-content;
 animation: right 2s;
}
#subRegisterPage {
  border: 1px solid royalblue;
  background-image: url("https://in.sugarcosmetics.com/Login_bg.svg");
  height:92vh;
  width: 655px;
  background-position: 50%;
  background-size: cover;
  padding: 25px;
  margin-left: 100%;
}
#close {
  color: white;
  cursor: pointer;
}
.fa-solid,
.fas {
  font-weight: 900;
}
#headlog {
  font-size: 24px;
  color: white;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
#Registerbox {
  width: 640px;
  height: 440px;
  background-color: white;
  margin-top: 25px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.boxtop {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin-left: 30px;
}
.logmob {
  margin-top: 25px;
  margin-bottom: 25px;
}
.loginsign {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.detail {
  margin-left: 30px;
  margin-bottom: 20px;
}
#fbicon {
  display: flex;
  gap: 5px;
  margin-left: 30px;
}
.infohrline {
  border: 0.3px solid gray;
  position: relative;
  margin-top: 8px;
  width: 95%;
  margin-left: 10px;
  margin-bottom: 10px;
}
.detail {
  margin-left: 30px;
}
#infoinput {
  display: flex;
  gap: 2px;
}
.infoname {
  margin-left: 30px;
  height: 30px;
  width: 190px;
}
.infoname input {
  border: none;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
}
.infoname {
  margin-left: 30px;
  height: 30px;
  width: 180px;
}
.infoname input {
  border: none;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
}
#infoemail {
  margin-left: 30px;
  height: 35px;
  width: 366px;
  margin-top: 10px;
}
#infoemail input {
  border: none;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
#savebtn {
  cursor: pointer;
  margin-left: 30px;
  height: 35px;
  width: 366px;
  background-color: #fdaac9;
  display: flex;
  justify-content: center;
  color: white;
  align-items: center;
  margin-top: 10px;
}
#savebtn >a{
  text-decoration: none;
  color: white;
}
#logcontent {
  margin-top: 25px;
  /* border: 1px solid hotpink; */
  width: 100%;
  height: 100px;
}
.logp {
  margin: auto;
  font-size: 15px;
  /* padding: 25px; */
  font-weight: 600;
}
.logp p {
  margin-bottom: 2px !important;
}
#smll {
  display: flex;
  justify-content: center;
}